Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Spring Framework Interview Questions and Answers

Question: What is AOP?
Answer: The core construct of AOP is the aspect, which encapsulates behaviors affecting multiple classes into reusable modules. AOP is a programming technique that allows developer to modularize crosscutting concerns, that cuts across the typical divisions of responsibility, such as logging and transaction management. Spring AOP, aspects are implemented using regular classes or regular classes annotated with the @Aspect annotation.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook